Web three - tier structure programming 三層結(jié)構(gòu)程序設(shè)計(jì)
Structured programming language 結(jié)構(gòu)化程序設(shè)計(jì)語言
Structured program testing 結(jié)構(gòu)化程序測試
Explains how to use procedures to achieve structured programming in your code 說明如何在代碼中使用過程來實(shí)現(xiàn)結(jié)構(gòu)化編程。
Structured programming came packaged with a number of related principles and imperatives 結(jié)構(gòu)化編程是根據(jù)大量的相關(guān)原理和定理。
For the in - depth interview the semi - structured programming method is used to collect data 研究的方法,以半結(jié)構(gòu)式問題,進(jìn)行深度訪談。
2 . according to the requirement analysis , we utilize the structured programming method to design this system and realize it 2 .根據(jù)需求分析,采用結(jié)構(gòu)化的設(shè)計(jì)方法,對(duì)系統(tǒng)進(jìn)行了詳細(xì)設(shè)計(jì)并開發(fā)實(shí)現(xiàn)。
The document object model is a specific tree - structured programming model of an xml document described as a standard by the w3c “文檔對(duì)象模型”是xml文檔的一種特殊樹型結(jié)構(gòu)編程模型, w3c將它描述成一個(gè)標(biāo)準(zhǔn)。
Structured programming is a programming paradigm aimed on improving the clarity, quality, and development time of a computer program by making extensive use of subroutines, block structures and for and while loops ? in contrast to using simple tests and jumps such as the goto statement which could lead to "spaghetti code" which is both difficult to follow and to maintain.